home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / mus / edit / OctamedSS1.03c.lha / Soundstudio / Rexx / omed.lha / rexx / mstart.omed < prev    next >
Text File  |  1996-06-02  |  290b  |  8 lines

  1. /* Range - Mark Start*/
  2. ed_getcurrline var currline
  3. ed_getcurrtrack var currtrack
  4. 'rn_setrange starttrack' currtrack 'startline' currline 'endtrack' currtrack 'endline' currline
  5. if ~open("rn_begin","T:rn_begin.omedtemp",W) then exit
  6. call writeln("rn_begin",currline)
  7. call close("rn_begin")
  8.